home *** CD-ROM | disk | FTP | other *** search
/ Goferwinkel's Adventures - The Lavendar Land / Goferwinkel's Adventures - The Lavendar Land.iso / setup.inf < prev    next >
Text File  |  1992-11-27  |  2KB  |  47 lines

  1. SetVariable (TitleName, "The Lavender Land")    ; Name of the title
  2. SetVariable (TitleFile, "GOFER.EXE")        ; Basename of the MVB file
  3. SetVariable (TitleSrcDir, "GOFERWIN\")    ; Source subdirectory of the title
  4. GetCurPath  (SrcDir)            ; Source directory of the Viewer
  5. WindowTitle (<TitleName> " Setup")
  6. SetVariable (InitialInstructions, 
  7.     "Click on {\b OK} or press {\b Enter} to continue.  "
  8.     "To abort the setup, click on the {\b Exit} button at the "
  9.     "bottom right corner of the screen, or press {\b F3}.  ")
  10. IfFileExistsGoto ("SETUP.HLP", AddHelpInstructions)
  11.     Goto (DisplayInitialMessage)
  12. AddHelpInstructions:
  13.     SetVariable (InitialInstructions, 
  14.         <InitialInstructions> "You can always obtain help by "
  15.         "clicking on the {\b Help} button or pressing {\b F1}.  ")
  16.  
  17. DisplayInitialMessage:
  18. DisplayMessage (
  19.     "
  20.         
  21.     This Setup program will install:
  22.     
  23.     Goferwinkel's Adventure in
  24.     
  25.     " <TitleName>
  26.     ,
  27.     <InitialInstructions>)
  28.  
  29. OpenProgmanProgress (
  30.     "Setup is adding Program Manager groups.",
  31.     "Please wait while Setup adds {\b Program Manager} groups".)
  32. OpenProgmanGroup ("Multimedia Comic Books")    ;; Add the group named after the title
  33. AddProgmanItem ("The Lavender Land",<SrcDir><TitleSrcDir><TitleFile>,<SrcDir><TitleSrcDir>"GOFER.ICO",0)
  34. CloseProgmanProgress ()
  35. End:
  36. SetVariable (Message, 
  37.     "%nThe Setup program has successfully installed%n
  38.     "
  39.     <TitleName> ".%n%n")
  40. SetVariable (Message, 
  41.     <Message> "%nThe advantages of being a registered user are numerous.%n"
  42.     "Please send in your Product Registration Card TODAY.")
  43.  
  44. DisplayMessage (<Message>, 
  45.     "Click on {\b OK} or press {\b Enter} to return to the "
  46.     "Program Manager.")
  47.